Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface
The type of the progress data.
Members

In This Topic
    IAsyncOperationWithProgress<TResult,TProgress> Interface
    In This Topic
    Represents an asynchronous operation that includes progress updates.
    Object Model
    IAsyncOperationWithProgress<TResult,TProgress> Interface
    Syntax
    'Declaration
     
    Public Interface IAsyncOperationWithProgress
        (Of TResult,TProgress) 
       Inherits IAsyncInfo 
    public interface IAsyncOperationWithProgress<TResult,TProgress> : IAsyncInfo  
    Type Parameters
    TResult
    TProgress
    The type of the progress data.
    See Also